home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / dev / README < prev    next >
Text File  |  1989-07-10  |  888b  |  22 lines

  1. This directory contains include files that describe device-specific
  2. characteristics of Sprite I/O devices.  Typically, each file describes
  3. the Fs_IOControl operations implemented by that device, and any
  4. structures passed to or from the device handler via Fs_IOControls.
  5. Generic Fs_IOControl operations (those that are implemented for
  6. many or all device and file types) are described in
  7. /sprite/lib/include/fs.h.
  8.  
  9. Corresponding to each I/O device is an index, which appears in the
  10. high-order 16 bits of the operation code for each Fs_IOControl for
  11. that device.  The current indices are listed below.  Add new ones when
  12. you define new kinds of devices.
  13.  
  14. generic operations (fs.h)        0
  15. terminals (tty.h)            1
  16. pseudo-devices (pdev.h)            2
  17. magnetic tapes (tape.h)            3
  18. network protocols (net.h)        4
  19. write-once optical disks (worm.h)    5
  20. pseudo-file-systems (pfs.h)        6
  21. graphics devices (graphics.h)        7
  22.